menu.xml

来自「How to automate office」· XML 代码 · 共 28 行

XML
28
字号
<?xml version='1.0'?>
<lunch-menu>
  <Food>
    <Item>Cheese Pizza</Item>
    <Price>$6.95</Price>
    <Calories>800</Calories>
  </Food>
  <Food>
    <Item>Pepperoni Pizza</Item>
    <Price>$7.95</Price>
    <Calories>950</Calories>
  </Food>
  <Food>
    <Item>The "Everything" Pizza</Item>
    <Price>$9.95</Price>
    <Calories>1050</Calories>
  </Food>
  <Food>
    <Item>Hungarian Ghoulash</Item>
    <Price>$4.50</Price>
    <Calories>600</Calories>
  </Food>
  <Food>
    <Item>Maisey's Pork Sandwich</Item>
    <Price>$6.95</Price>
    <Calories>950</Calories>
  </Food>
</lunch-menu>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?