-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Milestone
Description
input @type="text" @name="hehe"
output
echo '<input'; // 1, 1 @ a.jedi
echo ' type="'; // 1, 7 @ a.jedi
echo htmlspecialchars(('text'), 0x88);
echo '"';
echo ' name="'; // 1, 20 @ a.jedi
echo htmlspecialchars(('hehe'), 0x88);
echo '"';
echo '>';让开发者去区分单双引号来性能优化简直蛋疼
Reactions are currently unavailable