Skip to content

Commit c534c0a

Browse files
committed
翻译browse指令
1 parent 3e69efd commit c534c0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs-cn/HTTP Directives/browse.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ browse [path [tplfile]]
3737

3838
...但默认模板会更好。
3939

40-
Notice that the name and URL are sanitized for safe rendering in a browser. Templates are presumed trusted, so if your file names are not trusted, be sure they are escaped for use in HTML documents.
41-
请注意,名称和URL已经被清理,以便在浏览器中进行安全渲染。 假设模板是可信任的,所以如果您的文件名不受信任,请确保它们被转义以用于HTML文档。
40+
请注意,名称和URL已经被过滤,以便在浏览器中进行安全渲染,假设模板是可信任的,所以如果你的文件名不受信任,请确保在使用HTML文档前它们已经被转义。
4241

4342
## JSON响应
4443
你可以通过在你的请求头中使用application/json来请求JSON的形式代替浏览页面:

0 commit comments

Comments
 (0)