摘要:
var getSocketUrl = localStorage.getItem("socketUrl"); getSocketUrl = getSocketUrl && getSocketUrl.split("//")[1]; 阅读全文
posted @ 2018-12-12 14:20
Webwhl
阅读(346)
评论(0)
推荐(0)
摘要:
function json(){ return { name :"whl", age :30 } } console.log(json()) //结果{name: "whl", age: 30} 阅读全文
posted @ 2018-12-12 14:16
Webwhl
阅读(136)
评论(0)
推荐(0)
摘要:
//小于10前面加0 function add(m){ return m<10 ? "0"+m : m; } function getTime(timestamp) { var time = new Date(timestamp); var year = time.getFullYear(); va 阅读全文
posted @ 2018-12-12 14:09
Webwhl
阅读(224)
评论(0)
推荐(0)
摘要:
function tablenumber() { $.ajax({ type : "get", url : "../res/error.json", dataType : "json", success : function(data){ console.log(data); vm.SuccessN 阅读全文
posted @ 2018-12-12 11:29
Webwhl
阅读(1121)
评论(0)
推荐(0)

浙公网安备 33010602011771号