我是 Windows 8 开发的新手,正在走 Html/Javascript 路线。我已经开始使用 Grid 模板。
为什么当我添加时,
测试内容
..到正文中的内容区域html(不是项目模板html),当我启动项目时,文本测试内容是否不会显示在页面上?前任。
</head>
<div>Test Content</div>
<!-- The content that will be loaded and displayed. -->
<div class="groupdetailpage fragment">
<header aria-label="Header content" role="banner">
<button class="win-backbutton" aria-label="Back" disabled type="button"></button>
<h1 class="titlearea win-type-ellipsis">
<span class="pagetitle"></span>
</h1>
</header>
<div>Test Content</div>
<section aria-label="Main content" role="main">
<div class="itemslist win-selectionstylefilled" title="Test Content" aria-label="List of this group's items" data-win-control="WinJS.UI.ListView" data-win-options="{ selectionMode: 'none' }"></div>
</section>
</div>