那是我的代码:
$("#contactDeleteDialog").dialog({
title: "Löschen",
bgiframe: true,
autoOpen: false,
closeOnEscape: true,
resizable:false,
height: 150,
modal: true,
buttons:{
Löschen:function(){
//do something
},
Abbrechen:function(){
//do something else
}
}
})
标题是字符串,所以我可以使用 ö 表示 ö。但是我该怎么做呢?