我正在尝试从网站获取ID的值并将其放入文本框中。
网站代码如下:
.c-modal-wrapper{
height:80%;
}
.c-modal-testing{
height:100%;
}
.c-modal-topbar{
width:100%;
}
.c-modal-topbar-content{
width:95%;
margin-left:auto;
margin-right:auto;
font-weight:bold;
}
.c-modal-content{
overflow-y:auto;
height:65%;
width:100%;
}
.c-modal-bottombar{
}
我正试图在值=之后获得该部分。 我不擅长编码,但任何帮助都会受到赞赏。