Every edit operation must be accompanied by a token, which ensures the validity of the user request and protects against CSRF attacks.
每个编辑操作必须伴有一个令牌,这可确保用户请求的有效性,并抵御CSRF攻击。
Initialize the token: Before you use a token, it must be initialized.
初始化令牌:令牌在使用之前必须被初始化。
Attribute names MUST be converted to an attribute start token (which, if so defined, will also specify all or part of the attribute value) or MUST be represented by a single LITERAL token.
属性名必须转换成属性的起始标记(这个标记如果这样定义的话,也将指定全部或者部分的属性值)或者必须只用一个LITERAL标记来表示。
应用推荐