|
|
刚学编程时的代码
<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");
} |
|