首页 > 解决方案 > 为什么在 HTML 源代码中找不到下拉菜单中的选定项

问题描述

对于以下屏幕截图中突出显示的部分

铬检查

使用 Google Chrome Inspect 功能时,我只看到下拉菜单部分的以下代码...

<div id="x-auto-325" class=" x-component" style="width: 250px;">
    <div class=" x-form-field-wrap  x-component  x-trigger-wrap-focus" id="x-auto-326" role="combobox" style="width: 250px; height: 22px;">
        <input type="text" class=" x-form-field x-form-text x-triggerfield-noedit  x-form-focus" id="x-auto-326-input" tabindex="0" readonly="" autocomplete="off" aria-owns="x-auto-327" style="width: 233px; height: 22px;">
        <img class="x-form-trigger x-form-trigger-arrow " src="http://prodv2crudp01:50080/com.kapowtech.scheduler.GUI/clear.gif" id="x-auto-328">
    </div>
</div>

我搜索了整个页面,找不到“默认项目”这个词……这怎么可能?

搜索结果

标签: htmlcss

解决方案


尝试使用 Inspect 元素上的搜索框CTRL + F并搜索单词:Default project

1


推荐阅读