This website works better with JavaScript.
Explore
Help
Sign In
pfvwqyiue
/
print
Watch
1
Star
0
Fork
You've already forked print
0
Code
Issues
Pull Requests
Packages
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.
f1b6820765
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f1b6820765'
${ noResults }
print
/
Printable.java
10 lines
181 B
Raw
Blame
History
/**
* 可打印接口
* 定义了所有可打印设备必须实现的打印功能
*/
public
interface
Printable
{
/**
* 打印方法
*/
void
print
(
)
;
}
Reference in new issue
View Git Blame
Copy Permalink