摘要: 测试webservice的时候,如果出现这个错误:"The test form is only available for requests from the local machine" 在web.config中加入以下配置,就可以解决问题。 也就是说,在默认情况下,... 阅读全文
posted @ 2014-05-09 18:05 梨花驿路 阅读(794) 评论(0) 推荐(0)
摘要: var wait = 60; function time(o) { if (wait == 0) { $(o).attr("disabled", false); $(o).val("获取验证码"); wait = 60; ... 阅读全文
posted @ 2014-05-09 16:01 梨花驿路 阅读(2897) 评论(0) 推荐(0)