Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
settextcontent整数値を更新する代わりに何を使用できますか? 整数値を更新するために使用settextcontentすると、cmd はこのエラーをスローします
settextcontent
settextcontent(java.lang.string) in org.w3c.dom.node cannot be applied to (int)
次のように、メソッドの引数を文字列に変換する必要があります。String.valueOf(val)
String.valueOf(val)