Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/85.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
为什么在HTML源代码中找不到下拉菜单中的选定项_Html_Css - Fatal编程技术网

为什么在HTML源代码中找不到下拉菜单中的选定项

为什么在HTML源代码中找不到下拉菜单中的选定项,html,css,Html,Css,对于以下屏幕截图中突出显示的部分 在使用谷歌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="

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

在使用谷歌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>

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


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


除非我们能看到实际页面,否则我们似乎没有办法回答这个问题itself@j08691对不起,这是我们公司的内部网络…谢谢。这正是我所做的。。。什么也找不到。。。