📄 translate.htm
字号:
<html>
<head>
<title>工具箱</title>
<script>
function BeforeSubmit(){
var f=document.transform
if(f.code.value.length>10240)
{alert("HTML代码不能大于5KB。");f.code.focus();return false}
switch(location.search){
case "?js":
f.action="translate.asp?js"
break;
default:
location="http://llwb.y365.net"
}
f.start.disabled=true
f.start.value="正在处理您的代码,请稍候..."
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type=text/css>
body { background:#336699; margin:0px; font:9pt 宋体; }
table { border:0px; }
td { font:normal 12px 宋体; }
img { vertical-align:bottom; border:0px; }
a { font:normal 12px 宋体; color:#000000; text-decoration:none; }
a:hover { color:#000000;text-decoration:underline; }
.sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7; }
.menu_title { }
.menu_title span { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
.menu_title2 { }
.menu_title2 span { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
</style>
</head>
<body marginheight="0" marginwidth="0" rightmargin="0" topmargin="0" leftmargin="0">
<br>
<div align="center">
<center>
<table border="0" align="center" cellpadding="0" cellspacing="0" width="500">
<input type="hidden" name="channel" value="global">
<td align="center">
<form method="POST" name="transform" onsubmit="return BeforeSubmit()">
<font size=3 color=ffffff face="宋体"><script>
switch(location.search){
case "?js":
document.write("HTML>JavaScript 转换工具")
break;
}
</script>
(HTML代码不能大于10KB。)</font><br><br>
<textarea style="font:9pt 宋体" onfocus="if(value=='将您的HTML代码粘贴到这里后,点击“转换”按钮进行代码转换。')value=''" onblur="if(value=='')value='将您的HTML代码粘贴到这里后,点击“转换”按钮进行代码转换。'" name="code" rows="21" cols="80"></textarea>
<br>
<input type="submit" value="开始转换" name="start">
<input type="reset" value="全部清除" name="reset">
</form>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -