Description. String Converter: nl2br. Demo Code. String.prototype.nl2br = function() { var breakTag = '<br />'; return this.replace(/([^>\r\n]?) ...
確定! 回上一頁