摘要:
JsRender DemosTemplate composition. Using external templates for block tags, such as {{for}} and {{if}}. SynopsisFixed TemplateTemplate specified ... 阅读全文
摘要:
function getFocus() //设置用户名文本框获取焦点{ document.getElementById("txtuname").focus();} function checkname() //检查用户名{ var myname=document.getElement... 阅读全文