querify
少于1分钟
将以下英文翻译为中文:
querify
https://gohugo.io/functions/querify/
Takes a set or slice of key-value pairs and returns a query string to be appended to URLs.
语法
querify KEY VALUE [KEY VALUE]...
querify COLLECTION
querify takes a set or slice of key-value pairs and returns a query string that can be appended to a URL.
The following examples create a link to a search results page on Google.
| |
Both of these examples render the following HTML:
| |
另请参阅
最后修改 June 1, 2023: 新增一个配置参数:sidebar_menu_truncate = 500 用于解决菜单不全的问题 (27810f1)