我想选择具有text="Côte d'Ivoire"的下拉菜单。
ie.select_list(:id, "name01").select("#{text}")
我试过这些代码,
1.encoding: UTF-8 #not working
2.text.force_encoding("ASCII-8BIT").encode('UTF-8', undef: :replace, replace:'') #text=Cte d'Ivoire
我该怎么办? 我也想将此文本保存到我的数据库中。请帮忙。