6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
class About {
|
|
constructor () {
|
|
header("关于我们")
|
|
}
|
|
}
|
|
new About(); |