我有一个带有几个编辑字段的小应用程序。这些字段具有属性名称。
我尝试使用Perl模块Win32::GuiTest
和函数调用
RewriteCond %{QUERY_STRING} ^q=([^&]*)$ [NC]
RewriteRule ^catalogsearch/result/?$ search_results.php?keyword=%1&submit_search= [L]
我从所有编辑对象中获取一个句柄数组。有谁知道如何为给定名称选择唯一ID?我不能将名称作为参数,只提供Windows名称。