摘要: var sessionData = new Array();var setSessionData=function(key,val){ if(sessionStorage){ sessionStorage.setItem(key, JSON.stringify(val)); } else{ sess 阅读全文
posted @ 2017-02-16 18:00 xfcao 阅读(315) 评论(0) 推荐(0)
摘要: var host = location.hostname;var bas_url = "http://192.168.2.242:6063/";var bas_url = "http://" + host + ":6063/";var svr_url = bas_url + "RSTinyWebSe 阅读全文
posted @ 2017-02-16 17:59 xfcao 阅读(202) 评论(0) 推荐(0)
摘要: <div class="modal fade" id="updateModal" tabindex="-1" role="dialog" style="margin-top: 50px;"> <div class="modal-dialog" role="document" style="width 阅读全文
posted @ 2017-02-16 17:49 xfcao 阅读(603) 评论(0) 推荐(0)