onPrepareDialog为对话框打开前方法 例如:
@Overrideprotected void onPrepareDialog(int id, Dialog dialog) {setTitle("测试预先设值");}