英镑/美元:跟随欧元录得日内新高
英镑/美元:跟随欧元录得日内新高 更新时间:2011-3-22 8:29:43 英镑/美元突破1.6300录得日内新高。欧美股市普遍大涨,美元兑各主要货币全面下跌继续为英镑/美元提供了支持。下一阻力位于前期高点1.6345附近,突破该处将有望结束2月份以来的盘整走势,打开中期上行通道。
周一欧市盘中,澳元/美元获得上行动能,延续了自上周四低点0.97开始的升势,突破了1.00阻力水平,刷新1周高点1.0069。
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>
年
月
日
一
二
三
四
五
六