0 map[MXN:[1 0.047 0.052 3.33 3.69 0.2]]
1 map[RUB:[0.061 1 0.014 0.015 1.11 0.3]]
2 map[USD:[3.93 0.9 64.52 1 71.48 19.37]]
3 map[EUR:[4.34 1.11 71.4 1 79.09 21.44]]
4 map[INR:[0.055 0.013 0.014 0.9 1 0.27]]
5 map[PLN:[0.23 0.25 16.43 18.21 4.94 1]]
Для управления
личными файлами или для получения доступа к общим файлам на NAS просто введите
его IP адрес в адресную строку браузера (IP адрес по умолчанию http://192.168.1.100), и
Вы попадете на страницу Thecus IP storage Login.
<!DOCTYPE html>
<html>
<head>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g="
crossorigin="anonymous"></script>
<script>
function hideRabbits() {
$('#txt').hide();
}
</script>
</head>
<body>
<h1>Hello Plunker!</h1>
<button type='submit' id='submit2' onclick="hideRabbits()">Enter</button>
<div id="txt">
<p>Text goes here</p>
<ul>
<li>item</li>
<li>item</li>
<li>item</li>
</ul>
</div>
</body>
</html>