摘要:
USE [master]GO/****** Object: Database [BankSystem] Script Date: 11/20/2013 16:12:45 ******/CREATE DATABASE [BankSystem] ON PRIMARY ( NAME = N'BankSystem', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\BankSystem.mdf' , SIZE = 2304KB , MAXSIZE = 阅读全文
摘要:
var oHead = document.getElementsByTagName ( 'HEAD'). item (0); var oScript = document.createElement ( "script"); oScript.type = "text / javascript"; oScript.src = "test.js"; oHead.appendChild (oScript); 阅读全文