【发布时间】:2014-03-20 01:46:49
【问题描述】:
我正在尝试使用下面的代码来使用信用卡的“Safari 的自动填充”。 但它没有工作
<input type="text" autocomplete="cc-number">
<input type="text" autocomplete="cc-name">
<input type="text" autocomplete="cc-exp-month">
<input type="text" autocomplete="cc-exp-year">
<input type="text" autocomplete="cc-csc">
【问题讨论】:
-
面临同样的问题。它似乎在某种程度上取决于网站的 SSL 证书。
-
问题解决了吗?
-
还没有。但我认为这是 Safari 中的一个错误
标签: html autocomplete safari autofill