摘要: javaScript 页面加载 windonw.onload = function(){ alert("js页面加载"); } jQuery 页面加载 //标签选择器 $("标签名") $(document).ready(function (){ // alert("jQuery页面加载"); // 阅读全文
posted @ 2017-09-13 10:02 毫无代价 阅读(168) 评论(0) 推荐(0)