Did you include a print function on pages with a large amount of text?
在一些文字量巨大的页面你有没有弄一个打印的功能?
Likewise, the built-in print function is also generic. We could specialize that with.
同样,内置的print函数也是泛型函数。
As in the previous example, the print function raises an exception, because the file was not open for writing.
正如之前的例子所示,print函数抛出了一个异常,原因是文件尚未打开以供写入。
I'm actually just going to do something simple first, print the arguments to this function.
我实际上将要先做点简单的东西,打印函数的参数。
It means anybody using that little function get float doesn't have to worry about what's inside of it. So for example, I decide I want to change the message I print out, I don't have to change the function, I just pass in a different parameter.
这代表着用这个方法去获得浮点数,的任何人都不用担心具体的实现了,例如,如果我想改变下,显示的信息的话,我不必去改变方法,我传个不同的参数就可以了。
应用推荐