释义 |
- 1
What is in question is not the retrieval of an absolute, fixed or "true" meaning that can be read off and checked for accuracy, or some timeless relation of the text to the world. 问题不在于检索那些能够读出且能检验正误的绝对的、固定的或“真实的”意思,也不在于找出文本与世界的某些永恒联系。 - 2
The code in Listing 5 gets the display modes, picks one at random to change to, then displays a fullscreen window with the text "Hello, World!" 清单5中的代码获得显示方式,随机选择一个方式进行更改,然后显示一个带有文本“Hello, World !”的全屏幕窗口。 - 3
that consists of 40 lines of code, including comments, to display the text Hello World in the middle of the window. 此文件由 40 行代码(包括注释)组成,其作用是在窗口的中间显示文本 Hello World。
|