Our Love Story-Download by http://www.codefans.net -HTML代码 -演示与下载 -时代Java
/**
* We are both XXX Unversity business administration and programmers,
* so I write some code to show my love to you.
*/
Boy i = new Boy("boyname");
Girl u = new Girl("girlname");
// April 28, 2012, I told you I love you.
i.love(u);
// but..., what you said that meaning we are still good friends.
u.sayOtherthing();
// Since then, I ask you for the reason.
var reason=i.ask(u);
// you say we were not understand enough for each other .
$("body").append(reason);
// You say that it is too quickily to turn our relation of lover.
// And take care of u and our love.
i.takeCareOf(u);
// So I keep waiting and I have confidence that you will.
boolean isAccept = false;
while (isAccept) {
i.waitFor(u);
// I think it is an important decision
// and you should forgot the unhappy things that happended before.
isAccept = u.thinkOver();
}
// After a please sound of accept, we will live happily ever after.
u.accept(i);
i.liveHappilyWith(u);
girlname, I will have fallen in love with you for click me if accept me
Love u forever and ever.
- boyname
下载代码说明
X关闭

程序员爱情表白专用html5动画网页的代码

程序猿表白专用的html5动画特效网页,真的挺羡慕创作者的水平,有这水平可以把爱表白给想表白的人,不要以为那些鲜花是用的图片,你会发现在资源文件中没有一个图片资源,但HTML5强大的功能不能不让你惊叹,左侧的文字是类似打字效果的动画形式,因IE9以前的浏览器不支持HTML5,所以你在查看本效果的时候,最后使用火狐浏览器或Chrome浏览器或Google浏览器。