Function.prototype.heredoc = function{ped >// 利用function 的註解來儲存字串,而且無需轉義。
var _str = this.toString(),
s_pos = _str.indexOf("/*") 2,
e_pos = _str.lastIndexOf("*/");
return (s_pos}
function fn(){
/*
使用者名稱
密碼 |
@name td>
|
zf123456 |
*/
}
varstr_table=fn.heredoc();
console.log (str_table);