为了符合W3C HTML 4.01标准(从1999年开始),tabindex必须为正数。 以下是纯HTML中的用法示例。 <input /> <input tabindex="-1" placeholder="NoTabIndex" />…
確定! 回上一頁