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.
我正在使用 wallmart API 从自定义站点导入产品。我想在我的站点中显示具有相同 HTML 格式的描述。沃尔玛是否允许 HTML 格式并在描述字段中像我的网站一样显示?
是的,您可以在 Walmart 上传具有相同描述的产品,但对 Walmart 的唯一限制是它们只接受 4000 个字符的描述。
如果您使用 XML 格式在沃尔玛上传产品,请发送与 CDATA 连接的描述。
eg . I am using php so my code like this <![CDATA[' .$desciption. ']]>