这是代码:
Sub FillinternetForm()
Dim ie As Object
Set ie = CreateObject("Internetexplorer.Application")
ie.Navigate "https://google.com"
ie.Visible = True
While ie.Busy
DoEvents 'wait until IE is done loading page.
Wend
ie.Document.all("lst-ib").Value = "Fast Sub"
ie.Navigate "https://google.com", CLng(2048)
ie.Document.all("lst-ib").Value = "Fast slow Sub"
End Sub
第一个标签在第二个打开它的非填充值指南时运行良好
答案 0 :(得分:0)
请试试这个:
var geometry = new THREE.TubeGeometry( curve, 10, 3, 20, false );