打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

本模板用于判断字符串是否以某一子字符串起始。

用法

{{str startswith|字符串|子串}}
字符串
必填。原字符串。
子串
必填。用于判断的子串。

范例

代码 效果
{{str startswith|Example|Ex}} yes 
{{str startswith|Example|ex}}  
{{str startswith|Example|f}}  
{{str startswith|Example|Example}} yes