<html><head><title>JavaScript TO HTML 转换</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link href="style.css" rel="stylesheet" type="text/css" /></head>
<body><div class="menu_head">JavaScript TO HTML 转换</div><div class="content"> <div>请在下边输入JavaScript代码:</div> <div> <textarea name="textarea" style="width:99%" rows="15" id="oResult" ondblclick="this.select();oResult.createTextRange().execCommand('Copy')" onpropertychange="rechange()" onChange="rechange()"></textarea> </div> <BR /> <div>以下是经过转换后的HTML代码:</div> <div> <textarea name="textarea2" style="width:99%" rows="15" id="Re" ondblclick='this.select();this.createTextRange().execCommand("Copy")'></textarea> </div></div><SCRIPT LANGUAGE="JavaScript"><!--function rechange(){ Re.value=oResult.value.replace(/document.writeln("/g,"").replace(/");/g,"").replace(/\"/g,""").replace(/\'/g,"'").replace(/\//g,"/").replace(/\\/g,"\")}//--></SCRIPT></body></html>
推荐阅读
列表内容的选择
<HTML><HEAD><META http-equiv='Content-Type' content='text/html; charset=gb2312'><TITLE>列表内容的选择</TITLE></HEAD><BODY >
<SCRIPT LANGUAGE="JavaScript"><!-- Beginoldvalue = "";function passText(pa>>>详细阅读
本文标题:JavaScript TO HTML 转换
地址:http://www.17bianji.com/kaifa2/JS/31721.html
1/2 1