Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我根本不想要占位符。不幸的是,两者都没有
placeholder=""
或者
placeholder=" "
作品。有没有办法做到这一点?
$scope.placeholder = ""; <input type="text" placeholder="{{placeholder}}">