phpstorm中快捷输入input的方法 Posted on 21 4 月, 2020 Updated on 16 12 月, 2024 输入: input:submit 回车 input:password 回车 input:text 回车 则 <input type="submit" value=""> <input type="password" name="" id=""> <input type="text" name="" id=""> 其他类推 Post Views: 64