0
錯誤,我使用Smarty的模板錯誤使用Smarty(模板語法錯誤)出現頁面上
錯誤Smarty的是:72
Fatal error: Uncaught exception 'SmartyCompilerException' with message
'Syntax Error in template ".\templates\footer.tpl"
on line 72 "var reg = /^(([^<>()[\]\\.,;:\[email protected]\"]+(\.[^<>()[\]\\.,;:\[email protected]\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;"
線爲(爵士):
<script type="text/javascript">
function validateEmail(email) {
var reg = /^(([^<>()[\]\\.,;:\[email protected]\"]+(\.[^<>()[\]\\.,;:\[email protected]\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
return reg.test(email);
}
...
非常感謝:D –
@JackSoft:http://meta.stackexchange.com/a/5235 – JFK