This website works better with JavaScript
Home
Explore
Help
Sign In
kejuyun
/
yvan-window
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
722e3715f9
Branches
Tags
master
yvan-window
/
src
/
module_2.js
module_2.js
73 B
History
Raw
1
2
3
4
5
6
const value_b = {
num: 123,
str: "测试"
}
export default value_b;