LrcText.aspx
资源名称:YDMusic.rar [点击查看]
上传用户:whzhongbo
上传日期:2022-07-31
资源大小:1531k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
DOS
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="LrcText.aspx.vb" Inherits="YDMusic.LrcText"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title><%# MusicName%> 歌词 <%# Config.WebTitle%></title>
- <meta name="Keywords" content="<%# MusicName%> 歌词 <%# Config.Keywords%>">
- <meta name="Description" content="<%# MusicName%> 歌词 <%# Config.Description%>">
- </head>
- <body>
- <%# SongWords%>
- </body>
- </html>