📄 ad.asp
字号:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="../Connections/radio.asp" -->
<%
Dim player
Dim player_numRows
Set player = Server.CreateObject("ADODB.Recordset")
player.ActiveConnection = MM_radio_STRING
player.Source = "SELECT * FROM player"
player.CursorType = 0
player.CursorLocation = 2
player.LockType = 1
player.Open()
player_numRows = 0
%>
<html>
<head>
<title>21GTRadio</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
body, td {font-family:灿
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -