PHPz2017-04-18 10:38:43
If you look carefully at the import of the code in the book, there is a line that says import static ...
- This can be used to import static elements of a class, including static methods.
PHP中文网2017-04-18 10:38:43
Pay attention to the import
sentences
import static net.mindview.util.Tuple.*;