⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 translate.asp

📁 网上流行的MOVE站点
💻 ASP
字号:
<%
dim item
item=request.QueryString()
if item="" then
response.redirect"/box"
response.end
end if

dim code
code=request.form("code")

select case item
case "js"
   code=replace(code,chr(34),"\"&chr(34))
   code=replace(code,"</script>","</script\>")
   code=replace(code,vbCrLf,chr(34)&");"&vbCrLf&"document.write("&chr(34))
   code="<script language=""JavaScript"">"&vbCrLf&"<!--"&vbCrLf&"document.write("&chr(34)&code&chr(34)&");"&vbCrLf&"//-->"&vbCrLf&"</script>"
   
end select
%>
<html>

<head>
<title>工具箱</title>
<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>
<script language="javascript">
function copy(){
document.code.code.select()
textRange=document.code.code.createTextRange();
textRange.execCommand("Copy");
}
</script>
</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 name="code">
<font size=3 color=ffffff face="宋体"><script>
switch(location.search){
case "?js":
document.write("HTML>JavaScript 转换工具")
break;
}
</script>
<br>
<textarea name="code" rows="21" cols="93" style="font:9pt 宋体; color: #800000"><%=code%></textarea><br>
<input onclick="copy()" type="button" value="复制到剪贴板">
</form>
</td>
</tr>
</table>
  </center>
</div>
</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -