澳元/美元:回落至1.0300下方
澳元/美元:回落至1.0300下方 更新时间:2011-3-29 10:21:36 欧洲时段澳元/美元触及新高1.0313,不过随后又回落至1.0300下方,现报1.0274。欧洲股市回落使得汇价进一步上扬失去支持。技术上,澳元/美元短期支持关注1.0250,阻力关注日内高点。
交易商称,周一欧市早盘,受到中长期投资大户稳定买单的提振,欧元/英镑触及四个半月高点。
var $ = function { return string == typeof id ? document.getElementById : id; }; var Class = { create: function { return function { this.initialize.apply; } } } var Extend = function { for { destination[property] = source[property]; } return destination; } var Calendar = Class.create; Calendar.prototype = { initialize: function {
this.Container = $;//容器this.Days = [];//日期对象列表
this.SetOptions;
this.Year = this.options.Year || new Date.getFullYear;
this.Month = this.options.Month || new Date.getMonth + 1;
this.SelectDay = this.options.SelectDay ? new Date : null;
this.onSelectDay = this.options.onSelectDay;
this.onToday = this.options.onToday;
this.onFinish = this.options.onFinish;
this.Draw; }, //设置默认属性 SetOptions: function {
this.options = {//默认值
Year:
0,//显示年
Month:
0,//显示月
SelectDay:
null,//选择日期
onSelectDay:
function{},//在选择日期触发
onToday:
function{},//在当天日期触发
onFinish:
function{}//日历画完后触发
};
Extend; }, //当前月 NowMonth: function {
this.PreDraw); }, //上一月 PreMonth: function {
this.PreDraw); }, //下一月 NextMonth: function {
this.PreDraw); }, //上一年 PreYear: function {
this.PreDraw); }, //下一年 NextYear: function {
this.PreDraw); }, //根据日期画日历 PreDraw: function {
//再设置属性
this.Year = date.getFullYear; this.Month = date.getMonth + 1;
//重新画日历
this.Draw; }, //画日历 Draw: function {
//用来保存日期列表
var arr = [];
//用当月第一天在一周中的日期值作为当月离第一天的天数
for.getDay; i>
年
月
日
一
二
三
四
五
六