ad.asp
来自「超炫电台程序开发了两个版本了」· ASP 代码 · 共 22 行
ASP
22 行
<%@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 + =
减小字号Ctrl + -
显示快捷键?