1
好傢伙,我想知道,有沒有辦法告訴輸入框在開始增值輸入框
<input type="text" label="false" placeholder="Article Source URL" name="url" id="7TkwumNLSSXC9hJ7d" data-schema-key="url" required="" pattern="https?://.+">
它
我們告訴它的模式,但追加的東西是有辦法一個輸入框總是附加https://在開始時不使用jquery?
使用屬性值將值放在開始處。 – user3227295
[HTML5佔位符屬性不能代替標籤元素](http://www.456bereastreet.com/archive/201204/the_html5_placeholder_attribute_is_not_a_substitute_for_the_label_element/) – Quentin