gpt4 book ai didi

php - xml 中未显示的整数的第一个数字为零

转载 作者:行者123 更新时间:2023-11-29 11:21:02 24 4
gpt4 key购买 nike

我使用 PHP 和 MYSQL 创建一个 XML 文件。当我在 Notepad++ 中打开XML文件时,内容如下:

<?xml version="1.0" encoding="UTF-8"?>
<products>
<item>
<price>26000</price>
<value>278</value>
<code>00101189</code>
</item>
<item>
<price>17000</price>
<value>92</value>
<code>00101100</code>
</item>
<item>
<price>119000</price>
<value>112</value>
<code>7228687815233</code>
</item>
<item>
<price>48000</price>
<value>400</value>
<code>6954851217411</code>
</item>
</products>

但是当在 Microsoft Excel 2013 中打开此文件时,内容如下:

enter image description here

正如您在代码列第二行中看到的,代码应为“00101189”,但输出为“101189”。

有什么问题吗?我的 XML 文件还是 Microsoft Excel?

最佳答案

Excel 将自动隐藏前导零。尝试在文本编辑器中打开,希望一切都完好无损!

关于php - xml 中未显示的整数的第一个数字为零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38931128/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com