标签: php document
<ul><li>123</li><li></li></ul>
我希望看到<ul><li>123</li><li></ul>而不是bcrypt.genSalt(10, function(err, salt) { bcrypt.hash("password", salt, function(err, hash) { // Store hash in your password DB. }); }); ,有人可以帮助我吗?
<ul><li>123</li><li></ul>
bcrypt.genSalt(10, function(err, salt) { bcrypt.hash("password", salt, function(err, hash) { // Store hash in your password DB. }); });
答案 0 :(得分:0)
结束标签是可选的Option-Tags。如果li元素后面紧跟另一个li元素,或者如果父元素中没有更多内容,则可以省略li元素的end标签。