escapeHTML = function() { return String(this).replace(/[&<>"'\/]/g, function(s) { return __entityMap[s]; });// w w w .j av a 2s . c o m } String.prototype.
確定! 回上一頁