guojian3021886 发表于 2013-1-29 07:34:22

挺有意思

刚学编程时的代码
<div style="">if (window.location.search.substring(10) == "1")
{
   category = ("flash");
}
if (window.location.search.substring(10) == "2")
{
   category = ("javascript");
}
if (window.location.search.substring(10) == "3")
{
   category = ("css");
}
页: [1]
查看完整版本: 挺有意思