为什么输入和标签元素在开发实例上会自动更改

这是我的代码

<input class="input-radio" data-pid="${pdict.Product.ID}" type="radio" name="shippingMethod" value="shipToStore" id="ship-shop-${pdict.Product.ID}" />
<label for="ship_to_store">

但是当此代码用于开发环境时,它的反映就像

<input class="input-radio" data-pid="10775895" type="radio" checked="checked" name="shippingMethod" value="shipToStore" id="ship-shop-10775895" data-ae-form-field="true">
<label for="ship-shop-10775895" class="ae-label">

能帮我找出答案

  1. 这个data-ae-form-field="true"来自何处?
  2. 为什么我的属性值标签自动更改(有 没有为此编写js,已经检查了整个js部分)。
  3. 为什么要向我的标签class="ae-label"添加类
xzsytc 回答:为什么输入和标签元素在开发实例上会自动更改

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3058449.html

大家都在问