📜  任意类型含义 - 任意代码示例

📅  最后修改于: 2022-03-11 14:58:24.276000             🧑  作者: Mango

代码示例1
Arbitrary means that it is not predefined or specified in advance. For example, if you are asked to write a function which can read the content of an "arbitrary file name", then you must write the code so that it can handle any file name being passed to it, rather than writing the code to read from a specific file.