Create iOS Apps in Java
Port your existing Android App, or build a native Cross-Platform App from scratch
Чо делать? Бегом бежать учить SWIFT?
program Test;
uses crt;
var
i,len : integer;
str : string[11];
result : string[5];
begin
write('Input string: ');
readln(str);
len:=length(str);
result:='false';
if (len>1) and (len<=10) then begin
i:=1;
while (str[i+1]<str[i]) and (i<len) do begin
//write(str[i+1]);
inc(i);
end;
if (i=len) then begin
result:='true';
end;
end;
writeln(result);
end.
Возможно ли отправить сообщение на ID канала в дискорд (без использования имени)?
client.channels.cache.get('id_канала').send('сообщение');
.send
также можно заменить на любой другой метод. :nth-child()
- это цикл.:nth-child(n+9)
:nth-child(-n+4)
выберется с 1 по 4 элементы. :nth-child(n+3):nth-child(-n+8)
с 3 по 8.$(document).ready(function () {
// Ваш код
});
$(document).ready(function () {
// language=JQuery-CSS
$("#send").click(function () {
var params = {
text: $("#input1").val(),
}
$.post("ajax.php", params, function (data) {
$("#hello").html(data);
});
}
);
})
<script scr="//code.jquery.com/jquery-1.11.2.min.js"></script>
scr
, а src