read access type
常见例句
- The type of an access intent can be either read or update.
访问意图的类型可以是读取或是更新。 - The "access" parameter denotes the type of access (read, write, or execute).
“access” 参数表示访问的类型(读、写或执行)。 - This callback is given the object being accessed, the name of the property being accessed, the type of access (read, write, or delete for example) and returns whether or not to allow access.
被访问的对象、被访问的属性名、访问的类型(例如读、写和删除)将被传递给回调函数,回调函数会返回是否允许访问。
blog.sina.com.cn 返回 read access type