This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
root
/
beijing_travel
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
22 KiB
Tree:
75aab33da9
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '75aab33da9'
${ noResults }
beijing_travel
/
static
/
js
/
script.js
4 lines
131 B
Raw
Normal View
History
frist commit
4 weeks ago
// 简单的交互示例:显示欢迎信息
window
.
onload
=
function
(
)
{
alert
(
"欢迎来到北京游玩攻略网站!"
)
;
}
;