This website works better with JavaScript.
Home
Explore
Help
Sign In
zhangqi
/
knowledge
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
87
Commits
7
Branches
0
Tags
7.5 MiB
Tree:
ee1574631f
knowledge
/
library
/
viewtpl
/
iDisplay.php
6 lines
58 B
Raw
Normal View
History
代码初始化
2 months ago
<?php
interface iDisplay {
public function execute();
}