Home >Web Front-end >JS Tutorial >js displays different quotes every time Title_javascript skills

js displays different quotes every time Title_javascript skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 19:00:331042browse

A different quote comes out every time.
Implementation method:

1. Upload title.js to the website directory

2. Add the following code at the corresponding location on the page:




3.title.js code is as follows:

_VC_DocumentTitles = new Array('Even though the activities in the world have many shortcomings, they are still beautiful', 'The person who is really not qualified to talk about tomorrow is the one who does not understand Cherish the person you are today', 'Practice is to correct your wrong ideas', 'Your humility will make others happy', 'Listen more carefully to what others say, don't rush to express your own opinions', 'Dapeng Yi When the wind blows from the sun, it can soar up to ninety thousand miles.', 'Go your own way and let others tell you.', 'Read a book and gain wisdom.', 'If you want to be wise, listen to others.', 'Those who aim too high will gain nothing. Gain knowledge by working hard', 'Do what you want, do what you think, and let others say it', 'Only when you look at the essence of things from two absolute perspectives will your consciousness improve', 'The past belongs to Death , The future belongs to you, believe in yourself, my future is not a dream', 'Academic qualifications represent the past, learning ability controls the future', 'Independent personality, free spirit', 'Every trauma is a kind of maturity', 'Coming is accidental, leaving is inevitable. So you must adapt to the situation without changing.', 'The value of a person should be determined by what he contributes, not what he obtains.', 'With pleasure, you Just shout 'Accumulating knowledge is better than accumulating gold and silver', 'Be diligent and never take the wrong path', 'Most people want to change the world, but few want to change themselves', 'When you feel sad and painful , it is best to learn something. Learning will make you always invincible', 'There are no desperate situations, only people who are desperate for them', 'Among the easiest things in the world, procrastination is The least effort', 'If you want to control eternity, you must control the present', 'The most revealing thing about a person's character is what he laughs at', 'Don't stay away from your loved ones because of a small dispute My friends, don't forget the great kindness of others because of small fears', 'Without determination, nothing can be accomplished in the world', 'The reason why people can do it is because they believe they can', 'Catching two rabbits at the same time, one person can Nothing can be caught', 'Positive people see an opportunity in every worry, while negative people see some kind of distress in every opportunity', 'The power developed by a person with faith, More than 99 people who are only interested', 'The establishment of great achievements in life is not about knowing, but about doing', 'Those who sow with tears will surely reap with smiles', 'Desire can enhance enthusiasm, and perseverance can smooth the mountains', ' A person who can see things from other people's point of view and understand other people's spiritual activities will never have to worry about his own future.', 'A person's greatest bankruptcy is despair, and his greatest asset is hope.', 'Don't wait for opportunities, but create opportunity', 'A few more minutes of preparation last night will save a few hours of trouble today', 'Doing the right thing is more important than doing it right', 'Action is the cure for fear, while hesitation and procrastination will continue to nourish fear' , 'There is no innate confidence, only confidence that is constantly cultivated', 'There is only one way that cannot be chosen - that is the way of giving up; there is only one way that cannot be refused - that is the way of growth', 'The most pitiful thing about human nature is: we I always dream of a wonderful rose garden on the horizon, instead of admiring the roses that are blooming outside our window today. "No matter how long the road is, you can walk it step by step. No matter how short the road is, you can walk it without stepping out." Unable to reach', 'Any qualitative change in performance comes from the accumulation of quantitative changes', 'Success does not come in the future, but is accumulated continuously from the moment you decide to do it');
_VC_DocumentTitleId = Math. floor(Math.random()*_VC_DocumentTitles.length); document.title = 'Write something - ' _VC_DocumentTitles[_VC_DocumentTitleId];

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn