[摘要]下面给出一个完成的函数,仔细的体会一下。function getConditions(strCity : String) : String var now : Date = new Date()...
下面给出一个完成的函数,仔细的体会一下。
function getConditions(strCity : String) : String
{
var now : Date = new Date();
switch (strCity.toUpperCase())
{
case "LONDON":
if (now.getMonth() <= 7
关键词:运用JScript.NET创建asp.net页面(3)