通过RGB值设置背景的颜色。 默认的颜色是 0x000000:
// 颜色的参数可以是字符串 "#530000" 或者是十六进制数值 0x530000
controller.setBackgroundColor("#530000);
//controller.setBackgroundColor(0x530000);
controller.setBackgroundColor("#530000);
//controller.setBackgroundColor(0x530000);