aspcom1.asp
来自「DIY-POS 顾客显示器文档说明书」· ASP 代码 · 共 23 行
ASP
23 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<%
Set MyFileObject=Server.CreateObject("Scripting.FileSystemObject")
Set MyTextFile=MyFileObject.CreateTextFile("COM1")
PDStr=Chr(27)+Chr(81)+Chr(65)+"1234.56"+Chr(13)
MyTextFile.WriteLine(PDStr)
MytextFile.Close
%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?