摘要: Web browsers are probably the most widely used software. In this book I will explain how they work behind the scenes. We will see what happens when yo 阅读全文
posted @ 2016-11-08 11:47 kong.software 阅读(390) 评论(0) 推荐(0)
摘要: function checkEmpty(url,token) { var inputname = $("input[name='name']").val(); var inputschool = $("input[name='school']").val(); var inputmajor = $( 阅读全文
posted @ 2016-11-08 11:00 kong.software 阅读(110) 评论(0) 推荐(0)